|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectguitools.GuiInit
public class GuiInit
Use this static class to initialize your GUI.
| Field Summary | |
|---|---|
static java.awt.Font |
FONT
Normal font used everywhere. |
static java.awt.Font |
FONT_BOLD
Bold-face normal font used everywhere. |
static java.awt.Font |
FONT_MONO
Monospaced font used everywhere. |
static java.awt.Font |
FONT_SMALL
Small normal font used everywhere. |
| Constructor Summary | |
|---|---|
GuiInit()
|
|
| Method Summary | |
|---|---|
static void |
init()
Initialize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.awt.Font FONT
public static java.awt.Font FONT_BOLD
public static java.awt.Font FONT_SMALL
public static java.awt.Font FONT_MONO
| Constructor Detail |
|---|
public GuiInit()
| Method Detail |
|---|
public static void init()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||